Welcome![Sign In][Sign Up]
Location:
Search - lexical analyzer for pascal

Search list

[Windows Developvacabularyananlysis

Description: 这是一个很经典的词法分析器的程序用JAVA写的,但是本人现在急切需要用PASCAL写的,望大家发布。-This is a very classic lexical analyzer with the procedures written in JAVA, But I now urgently need to write PASCAL, looking for you.
Platform: | Size: 9434 | Author: 云帆 | Hits:

[Other resourcebyylcffxq

Description: 一个在delphi下实现的词法分析器,可对简单的pascal源程序进行词法分析,指出词法错误以及错误的定位。-under the lexical analyzer. can a simple pascal source for lexical analysis, lexical errors and wrong positioning.
Platform: | Size: 169750 | Author: llxxff | Hits:

[Otherbyyl_cffxq

Description: 编译原理:词法分析器(C++实现) 将PASCAL的源程序,即相应字符流转换成内部表示,并对标识符填写相应的符号表供编译程序以后各阶段使用,输出的单词符号格式为二元组(单词种别,单词在标识符表中的地址),标识符表格式有“序号”和“标识符本身的值”两项。-compiler : lexical analyzer (C achieved) will PASCAL source, that is, replaced by the corresponding characters in the internal circulation, also fill in the corresponding identifier of the symbol table compiler for the subsequent stages, Word output format for binary symbols (words of other species, the identifier word in the address table) Table format identifier "serial number" and the "value of the identifier" 2.
Platform: | Size: 10643 | Author: Snake | Hits:

[ELanguageSCANNER..CIFA

Description: c语言编写的词法分析器 可以用于PASCAL语言-c language prepared by the lexical analyzer can be used for language PASCAL
Platform: | Size: 3646 | Author: 李雪莹 | Hits:

[ELanguagec

Description: 简单的词法分析小例子- Simple lexical analysis small example
Platform: | Size: 7168 | Author: 站长 | Hits:

[SourceCodepascal词法分析

Description: pascal词法分析器-pascal lexical analyzer
Platform: | Size: 6144 | Author: 蒋才辉 | Hits:

[Windows Developvacabularyananlysis

Description: 这是一个很经典的词法分析器的程序用JAVA写的,但是本人现在急切需要用PASCAL写的,望大家发布。-This is a very classic lexical analyzer with the procedures written in JAVA, But I now urgently need to write PASCAL, looking for you.
Platform: | Size: 9216 | Author: 云帆 | Hits:

[Other resourcebyylcffxq

Description: 一个在delphi下实现的词法分析器,可对简单的pascal源程序进行词法分析,指出词法错误以及错误的定位。-under the lexical analyzer. can a simple pascal source for lexical analysis, lexical errors and wrong positioning.
Platform: | Size: 169984 | Author: llxxff | Hits:

[Otherbyyl_cffxq

Description: 编译原理:词法分析器(C++实现) 将PASCAL的源程序,即相应字符流转换成内部表示,并对标识符填写相应的符号表供编译程序以后各阶段使用,输出的单词符号格式为二元组(单词种别,单词在标识符表中的地址),标识符表格式有“序号”和“标识符本身的值”两项。-compiler : lexical analyzer (C achieved) will PASCAL source, that is, replaced by the corresponding characters in the internal circulation, also fill in the corresponding identifier of the symbol table compiler for the subsequent stages, Word output format for binary symbols (words of other species, the identifier word in the address table) Table format identifier "serial number" and the "value of the identifier" 2.
Platform: | Size: 10240 | Author: Snake | Hits:

[ELanguageSCANNER..CIFA

Description: c语言编写的词法分析器 可以用于PASCAL语言-c language prepared by the lexical analyzer can be used for language PASCAL
Platform: | Size: 3072 | Author: 李雪莹 | Hits:

[ELanguageSimPas-parser

Description: SimPas词法分析器。用flex编译生成yy.lex.c,然后用vc编译生成.exe文件,附有pascal程序代码正确的和错误的各一段,以及说明。-SimPas lexical analyzer. Flex compiler used to generate yy.lex.c, and then use the vc compiler generated. Exe files with pascal program code and correct the wrong the paragraph, as well as the description.
Platform: | Size: 37888 | Author: 飞鱼 | Hits:

[JSP/JavaEadokingLexicalAnalyzer

Description: Java lexical analyzer for semi pascal language its my first phase of my compiler project there is another class tokens class i used iwill put it after a while , i used stream tokenizer for more information just ask me :)
Platform: | Size: 4096 | Author: eadoking | Hits:

[EditorForTrans

Description: 编译课程设计的基本任务是设计一个mini-pascal语言的编译器,将mini-pascal 语言的源程序翻译成等价的中间代码。要求输入mini-pascal语言写的源程序(以文件形式存储),首先经过词法分析,输出原程序分析后的二元式文件,供语法制导翻译用。经过语法制导翻译将词法分析器产生的二元式翻译成等价的四元式形式,也就是中间代码的生成。要求能进行正常的关键字如:begin,end, if ,else 等的识别-Compile the basic task of curriculum design is to design a mini-pascal language compiler, the mini-pascal language source translated into an equivalent intermediate code. For the importation of mini-pascal source code written in (stored in document form), first through lexical analysis, output analysis of the original program binary-type file for Syntax interpreter. After translation of the lexical analyzer Syntax-generated binary-translation into an equivalent form of the quaternary type, that is, intermediate code generation. Required to carry out normal keywords such as: begin, end, if, else, etc. Identification
Platform: | Size: 1039360 | Author: 整修民 | Hits:

[ELanguageCompilerJava_final

Description: Pascal lexical analyzer program for demo compiler, which can analysis to classify Identifiers, numbers, names, strings and Booleans,? &plat_id=-Pascal lexical analyzer program for demo compiler, which can analysis to classify Identifiers, numbers, names, strings and Booleans,? &plat_id=11
Platform: | Size: 528384 | Author: Dao Bao Linh | Hits:

[Delphi VCLlexical-analyzer

Description: Delphi做的用于分析Pascal语言的词法分析器-Delphi Pascal language for the analysis to do the lexical analyzer
Platform: | Size: 699392 | Author: 刘敬贤 | Hits:

[ELanguageScanner

Description: 词法分析器C++程序,完整代码。 本程序实现Pascal语言子集单词符号的词法分析程序。具体功能为: (1)给出各单词符号的类别编码; (2)词法分析程序应能发现输入串中的错误; (3)词法分析作为单独一遍编写,词法分析结果为二元式序列组成的中间文件; -Lexer C++ program, a complete code. The Program for a subset of Pascal language words symbol of the lexical analyzer. Specific functions are: (1) gives the encoding of each word class symbols (2) lexical analyzer should be able to find errors in the input string (3), again written as a separate lexical analysis, lexical analysis is composed of binary-type sequence the intermediate file
Platform: | Size: 186368 | Author: hhy | Hits:

[ELanguagePASAL

Description: 以在下面段落中定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。词法分析器打开该文件后,自文件头开始扫描源程序字符,发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表,一旦发现不符合“单词”定义的源程序字符串时,给出错误提示。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含了源程序中的所有常数和所有标识符。-PASCAL language subset of the source defined in the following paragraphs as input data for the lexical analyzer. The lexical analyzer to open the file from the file header, scan the source character and found to comply with the definition of the word "source string, it is translated into fixed-length word internal, said check and fill in appropriate information table, found that does not meet the definition of "words" of the source string, given the error. After lexical analysis, the source string (the external representation of a source) has been translated into the word with a long message string (the internal representation of the source), and produce two forms: the constant table and the identifier table, and they contain all constants in the source and all identifiers.
Platform: | Size: 1024 | Author: ww | Hits:

[ELanguageLFTC_Parser

Description: Lexical Analyzer in C for Pascal
Platform: | Size: 111616 | Author: balena | Hits:

[ELanguageword

Description: 用C实现了一个建议的类Pascal语言的词法分析器,实现从源程序中分离出各种单词的方法,进行分析。程序的输入与输出全是以文件的形式。-C implementation of a proposed class Pascal language lexical analyzer to achieve a variety of words from the source separation method for analysis. The input and output of the program in the form of a document.
Platform: | Size: 2048 | Author: 马倩 | Hits:

CodeBus www.codebus.net